autogen.sh: fail faster/clearer if g-i not found
authorAndrés G. Aragoneses <knocte@gmail.com>
Sun, 2 Mar 2014 08:51:47 +0000 (09:51 +0100)
committerAndrés G. Aragoneses <knocte@gmail.com>
Sun, 2 Mar 2014 08:51:47 +0000 (09:51 +0100)
commite16f8f218243a01b2c54fd275abc07952dbd010b
tree10d8ba4b189e42da1ef0334bbd6347c1936f3ddd
parentcf6c277d49da74fabf70ba67545d68c224c417fa
autogen.sh: fail faster/clearer if g-i not found

GOBJECT_INTROSPECTION_CHECK macro can be missing if introspection
is not installed, so this way the following error is prevented:

"gtk/Makefile.am:1324: error: HAVE_INTROSPECTION does not appear
in AM_CONDITIONAL"

https://bugzilla.gnome.org/show_bug.cgi?id=723438
autogen.sh